home *** CD-ROM | disk | FTP | other *** search
- /* -------------------------------------------------------------------
- * Menu library for Pull-down menus, the #define MenuBarKeys is used
- * in combination with all enddo... commands what makes it a lot
- * easyer to handle this keys and avoid mistakes. (Since v0.72a6
- * this method is possible)
- *
- * Originally written on 18 May 1996, modified on 06 Oct 1996
- */
- #define MenuBarKeys "*MQFSTB CursLeft CursRight"
-
- /* -------------------------------------------------------------------
- * Here does begin our menu library, it should end with the #endlib
- * statement, the empty line after each menu is important and does
- * indicate Octopus that the end of a menu is reached.
- *
- * Entry --- will be trimmed to the menu width, it's used to draw
- * a line and split the menu into more 'parts'.
- */
- #menulib
-
- Title [*]Main
- Entry [A]About Octopus
- Entry [I]What time is it?
- Entry Sysop[R]Remote Shell
- Entry [Y]Yell the Sysop
- Entry ---
- Entry [L]List of users
- Entry [U]Upload file to user
- Entry [!]Quick Logoff
-
- Title [Q]QWK
- Entry [1]Change NDX files
- Entry [2]ChangeQwkBulletins
- Entry [3]ResetLastread
- Entry [4]UnmarkQwkAreas
- Entry [5]SetQwkMaxMsgs
- Entry [6]All msgs/one area
- Entry [7]All msgs/marked
- Entry [8]New msgs/one area
- Entry [9]New msgs/marked
- Entry [0]New msgs/marked/days
- Entry [A]Mark msg areas
- Entry [U]Upload reply's
- Entry [H]Help about QWK
-
- Title [F]File
- #ifdef MORE_OS
- Entry OS[O]Operating System
- #endif
- Entry FileGroups[G]Atari Filegroups
- Entry ---
- Entry Allfiles[A]Allfiles
- Entry [L]List files
- Entry [N]New files
- Entry ----
- Entry [K]Keyword search
- Entry [D]Download
- Entry [V]Verbose list
- Entry [U]Upload files
- Entry [I]Statistics
- Entry [P]Private upload
- Entry [1]Top downloads
- Entry [!]Quick Logoff
-
- SubMenu FileGroups
- Entry [1]ATARI
- Entry [2]GENERAL
- #ifdef FANFILES
- Entry FAN[3]FANFILES
- #endif
- Entry [4]NESTFILES
- #ifdef AREALIST
- Entry ---
- Entry [5]ATARI (detailed)
- Entry [6]GENERAL (detailed)
- #ifdef FANFILES
- Entry [7]FANFILES (detailed)
- #endif
- Entry [8]NESTFILES (detailed)
- #endif
- Entry --
- Entry [X]All groups
-
- Submenu Allfiles
- Entry [1]Download ALLFILES.LZH
- Entry [2]Download ATARI.LZH
- Entry [3]Download MSDOS.LZH
- Entry [4]Download OS2.LZH
- Entry [5]Download NEWFILES.LZH
-
- Title [S]Statistics
- Entry [1]Last 15 Callers
- Entry [2]Best 15 Downloaders
- Entry [3]Best 10 Email writ.
- Entry [4]Happy Birthday!
- Entry [5]Your own status
- Entry [6]Best 10 Netmail wrt.
- Entry [7]Filebase statistics
- Entry [8]Best 15 Callers
- Entry [9]Best 15 Uploaders
- Entry [!]Quick Logoff
-
- Title [T]Settings
- Entry [E]Screen Emulation
- Entry [H]Toggle Hotkeys
- Entry [O]Toggle moreprompt
- Entry [I]Toggle IBM graphics
- Entry [P]Change password
- Entry [L]New Screen-length
- Entry [W]New Screen-width
- Entry [R]Other date-format
- Entry [U]Def. Upload protocol
- Entry [D]Def. Download protocol
- Entry [A]Def. Archiver
- Entry [!]Quick Logoff
-
- Title [B]Bulletins
- Entry [1]Atari Explorer
- Entry [2]Z-NET
- Entry [3]A-TOS (German)
- Entry [4]Dutch Net News
- Entry [5]Fido-News
- Entry [!]Quick Logoff
-
- Title [M]Msgbase
- Entry MsgGroups[G]Msg Group
- Entry [R]Echo rules
- Entry [N]Scan new mail
- Entry [E]Write E-mail message
- Entry [W]Write message to Sysop
- Entry [!] Quick Logoff
-
- SubMenu MsgGroups
- Entry [1]Local mail
- #ifdef NESTMAIL
- Entry [2]NeST
- #endif
- #ifdef ATARINETMAIL
- Entry [3]AtariNet
- #endif
- #ifdef FAN10MAIL
- Entry [4]Free Atari Network
- #endif
- #ifdef AREALIST
- Entry -----
- Entry [5]Local (detailed)
- #ifdef NESTMAIL
- Entry [6]NeST (detailed)
- #endif
- #ifdef ATARINETMAIL
- Entry [7]AtariNet (detailed)
- #endif
- #ifdef FAN10MAIL
- Entry [8]FAN (detailed)
- #endif
- #endif
- Entry ---
- Entry [X]All msg areas
-
- #endlib
-
- /* End PULL_LIB.SCR */